Fix typo.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Wed, 7 Sep 2005 21:35:05 +0000 (21:35 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Wed, 7 Sep 2005 21:35:05 +0000 (21:35 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
tools/xenstore/xenstored_domain.c

index cd347bc3d96ac2d254c6f5725279f2e31037e23b..1d5328879790e58a6080555ee0f6f513156793f8 100644 (file)
@@ -475,7 +475,7 @@ int domain_init(void)
        }
 #endif
        if (eventchn_fd < 0)
-               barf_perror("Failed to open connection evtchn device");
+               barf_perror("Failed to open evtchn device");
 
        if (xc_evtchn_bind_virq(*xc_handle, VIRQ_DOM_EXC, &virq_port))
                barf_perror("Failed to bind to domain exception virq");